home *** CD-ROM | disk | FTP | other *** search
/ .net Business / NETB01.ISO / pc / netCDmac / intro.dxr / 00026_agree highlight.ls < prev    next >
Encoding:
Text File  |  2000-10-20  |  227 b   |  12 lines

  1. on mouseUp me
  2.   go(1, "main")
  3. end
  4.  
  5. on mouseWithin me
  6.   set the member of sprite the currentSpriteNum to member(22, "Internal")
  7. end
  8.  
  9. on mouseLeave me
  10.   set the member of sprite the currentSpriteNum to member(21, "Internal")
  11. end
  12.